home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
langs
/
glisp.zoo
/
TT1.GL
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-08-04
|
175 b
|
13 lines
"binding test - should print
8 3 0 27 13"
(setq a 5 b 8)
(let ((a b)(b a)) (- a b))
(let* ((a b)(b a)) (- a b))
(let (a b)
(setq a 12 b 15) (+ a b))
(+ a b)